home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 109
/
EnigmaAmiga109CD.iso
/
dalla rivista
/
host contacted
/
imengv3.41p2.lha
/
ImEngV3.41p2
/
Notes
/
PrimaryColors.notes
< prev
next >
Wrap
Text File
|
1999-10-15
|
2KB
|
113 lines
Image Engineer script - Primary colors v1.84
SHORT DESCRIPTION
Makes a colorful picture gray and then tints it with a colour.
REQUIREMENTS
Image Engineer v3.41 (Wision release 2)
INSTALLATION
This script belongs to Image Engineer distribution, so it
should allready be in IE:Arexx/, where it belongs.
USAGE
Activate window of an image, which colours you want to change.
Run the script. Choose a color and optional Contrast Stretch,
which is actually "Contrast_Stretch + Contrast 20".
ARGUMENTS
PrimaryColors.rexx" <pic> <pcolor> <contr>
<pic> name of a picture (in IE)
<pcolor> one of following keywords:
DRED, YELLOW, GREEN, LBLUE, DBLUE, VIOLET,
BLUE, DGREEN, BROWN, RED, ORANGE, PINK
or RANDOM
<contr> if "YES" or "1" then uses Contrast Stretch
AmigaDOS
Sys:Rexxc/RX PrimaryColors.rexx <arguments>
Sys:Rexxc/RX PrimaryColors.rexx 000_testpic.iff BLUE YES
Other scripts:
ADDRESS COMMAND "Sys:Rexxc/RX IE:Arexx/PrimaryColors.rexx <arguments>"
Next lines return you the name of new picture.
PROJECT_LIST
xyz=result
pic=subword(xyz,1,1)
HISTORY
1.84
Contrast_Stretch argument can now be YES or 1.
1.83
Minor change in code.
Updated .notes-file about arguments accepted by the script.
1.82
Now accepts also a number of menuitem as color.
1.81
Removed possibility to create lots of different colored pictures
at one run. New argumentparser.
1.72
When this script is called from other scripts, it check if
there's an arqument "RANDOM" or "PICKCOLOR" and acts like it
should.
This WILL make problems for scripts Shadow and
VisualBorder&Logo (not the demo-versions), if you don't get
yourself newest versions of them.
1.67
When script was called from other script, it would always pop up a
requester asking for color. Now it uses color last used.
1.66
Fixed a bug in code, which would cause it to output a picture
using color last used, when using random color.
1.65
History started